home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000158_my@math.luc.edu_Thu Jan 13 07:07:27 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from dedekind.math.luc.edu by cs.umb.edu with SMTP id AA05890
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 13 Jan 1994 14:05:00 -0500
  3. Received: from euler.math.luc.edu by dedekind.math.luc.edu (4.1/SMI-4.1)
  4.     id AA12470; Thu, 13 Jan 94 13:07:27 CST
  5. Date: Thu, 13 Jan 94 13:07:27 CST
  6. From: my@math.luc.edu (Miao Ye)
  7. Message-Id: <9401131907.AA12470@dedekind.math.luc.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: fonts with dvips
  10. Cc: timo.kuronen@gsf.fi
  11.  
  12. Dear netters, I really need help. I have spending a lot of time to try
  13. to make dvips work.
  14.  
  15. TeX and other stuffs:  pip.shsu.edu:/tex-archive/systems/unix/unixkit/unixkit.tar.z-???
  16.  
  17. Installed in standard directories: /usr/local/lib/tex/...
  18.  
  19. SunOs4.1.2/SPARCstation IPX
  20.  
  21. TeX file:
  22.  
  23. euler> more newsets.tex
  24. \font\magtwelverm=cmr12 scaled\magstep1 %       14pt roman
  25. \font\twelverm=cmr12 %                          12pt roman
  26. \font\twelvebf=cmbx12 %                         12pt bold roman
  27. \font\magtwelvebf=cmbx12 scaled\magstep1 %      14pt bold roman
  28. \font\twelvesl=cmsl12 %                         12pt slanted roman
  29. \font\twelveit=cmti12 %                         12pt italic
  30. \font\magmagtwelverm=cmr12 scaled\magstep2 %    16pt roman
  31. \font\magmagtwelvebf=cmbx12 scaled\magstep2 %   16pt bold roman
  32.  
  33. \parindent=0pt \parskip=12pt
  34. \newcount\sectionnumber \sectionnumber=0
  35. \def\newsection #1 {\global\advance\sectionnumber by 1 \leftline{%
  36.         \magtwelvebf \number\sectionnumber \hskip 2em  #1}\vskip 12pt\par}
  37.  
  38. \ \par
  39. \vskip 24pt
  40. \centerline{\magmagtwelverm Supplemental Notes on Sets and Set Theory}
  41. \vskip 36pt
  42. \newsection{Introduction}
  43. These notes are intended to provide a supplemental resource for information and examples about {\sl sets} and {\sl set theory}, expanding on and detailing the material in the course's textbook.  Following the approach of the text, these notes continue with an intuitive development of the material on {\sl sets} and {\sl set theory}.  
  44.  
  45. \bye
  46. euler>
  47. euler> TEXINPUTS=.:/usr/local/lib/tex/macros//
  48. euler> TEXFONTS=.:/usr/local/lib/tex/fonts//
  49. euler> TEXPKS=.:/usr/local/lib/tex/fonts//
  50. euler> DVIPSFONTS=.:/usr/local/lib/tex/fonts//
  51. euler> export TEXINPUTS TEXFONTS TEXPKS DVIPSFONTS
  52. euler>
  53. euler> /usr/local/lib/tex/bin/tex newsets
  54. This is TeX, Version 3.141 (C version d)
  55. (newsets.tex [1] )
  56. Output written on newsets.dvi (1 page, 800 bytes).
  57. Transcript written on newsets.log.
  58. euler>
  59. euler> /usr/local/lib/tex/bin/dvips newsets
  60. This is dvipsk 5.521a Copyright 1986, 1993 Radical Eye Software
  61. ' TeX output 1994.01.13:1245' -> !lpr
  62. Running MakeTeXPK cmr12 432 300 magstep(2.0)
  63. Running cmmf \mode:=CanonCX; mag:=magstep(2.0); scrollmode; input cmr12
  64. This is METAFONT, Version 2.71 (C version d)
  65. I can't find the default base file!
  66. MakeTeXPK failed to make cmr12.432gf.
  67. /usr/local/lib/tex/bin/dvips: Font cmr12 at 432 not found (a); scaling 300 instead.
  68. /usr/local/lib/tex/bin/dvips: Such scaling will generate extremely poor output.
  69. Running MakeTeXPK cmbx12 360 300 magstep(1.0)
  70. Running cmmf \mode:=CanonCX; mag:=magstep(1.0); scrollmode; input cmbx12
  71. This is METAFONT, Version 2.71 (C version d)
  72. I can't find the default base file!
  73. MakeTeXPK failed to make cmbx12.360gf.
  74. /usr/local/lib/tex/bin/dvips: Font cmbx12 at 360 not found (a); scaling 300 instead.
  75. <texc.pro>. [1] 
  76. euler> 
  77.  
  78. TeX works fine, but dvips has problem. Please help me.
  79.  
  80.  
  81. Thank you in advance.
  82.  
  83. Miao Ye